Click or drag to resize

RequestContentLength Property

Gets o sets Content-Length header field. The Content-Length header field indicates the size of the request body. If no body is present in a request, then the Content-Length header field value must be zero.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int ContentLength { get; set; }

Property Value

Type: Int32
The length of the content.
See Also